@charset "utf-8";
/* CSS Document */

body{ 
	marin:0;
	padding: 0;
	text-align: center;
	background-image:url(../images/sylvan-lake-3355241_1920.jpg);
	color: white;
		}
.navbar{
margin-bottom: 0px;
padding: 2% 0;
font-size: 1.2em;
border: 0;
}

#brand-image{
	height: 200px;
	padding-top: 5;
	padding-bottom: 5;
	margin-bottom: 0;
	margin-top: -50px;

}
.contact-title {
	margin-top: 100px;
	color: white;
	text-transform: uppercase;
	transition: all 4s ease-in-out;
}
.contact-title h1{
	font-size: 32px;
	line-height: 10px;
	color: white;
}

footer{
	width: 100%;
	background-color: #262626;
	color: white;
	margin-top: 100px;
}
	

.contact-form{
	text-align: center;
}

form{
	align-content: center;
	text-align: center;
	margin-top: 200px;
	
	
}
.center_div{
    justify-content: center;
   
}

	
.form-control{
	width: 600px;
	background: transparent ;
	outline: none;
	border-bottom: 1px solid white;
	color: #FFFFFF;
	font-size: 18px;
	margin-bottom: 16px;
}

.fab{
	padding: 20px;
	font-size: 25px;
	color: white;
}

.fab:hover{
	text-decoration: none
}

@media (max-width:900px){
	
	.fab{
		font-size: 20px;
		padding: 10px;
	}
	
}